func github.com/jackc/puddle/v2.newValueCancelCtx

2 uses

	github.com/jackc/puddle/v2 (current package)
		context.go#L19: func newValueCancelCtx(valueCtx, cancelContext context.Context) context.Context {
		pool.go#L422: 		constructorCtx := newValueCancelCtx(ctx, p.baseAcquireCtx)